Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation instructions so that they work on Windows #3

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

ethanwhite
Copy link
Member

@ethanwhite ethanwhite commented Oct 4, 2021

pip based installs of spatial packages don't work seamlessly on Windows, so
install them first using conda and then install DeepForest via pip. This is
only an issue due to the fact that we can't currently get the Python deepforest
package to compile properly for conda due to upstream version issues with pytorch
on conda-forge. Once that is fixed we can shift to installing everything via conda.

Closes #2

pip based installs of spatial packages don't work seamlessly on Windows, so
install them first using conda and then install DeepForest via pip. This is
only an issue due to the fact that we can't currently get the Python deepforest
package to compile properly for conda due to upstream version issues with pytorch
on conda-forge. Once that is fixed we can shift to installing everything via conda.
@henrykironde
Copy link
Contributor

Thanks @ethanwhite for these changes.

@henrykironde henrykironde merged commit 260228a into weecology:main Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deepforest installation fail : A GDAL API version must be specified.
2 participants